home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 422_02 / laptalk / hangup.scr < prev    next >
Text File  |  1994-03-20  |  148b  |  10 lines

  1. rem Hang up hayes compatible modem using escape commands
  2.  
  3. invisible
  4. echo Hanging up modem...
  5. wait 2
  6. send +++
  7. wait 2
  8. send ATH0\r
  9. print Done
  10.